internal/reflectlite.rtype.Size (method, view implemented interface methods)
43 uses
internal/reflectlite (current package)
swapper.go#L35: size := typ.Size()
value.go#L105: if v.typ().Size() != goarch.PtrSize || !v.typ().Pointers() {
internal/abi
type.go#L442: func (t *Type) Size() uintptr { return t.Size_ }
reflect
abi.go#L128: if t.Size() == 0 {
abi.go#L153: a.stackAssign(t.Size(), uintptr(t.Align()))
abi.go#L201: return a.assignIntN(offset, t.Size(), 1, 0b1)
abi.go#L203: return a.assignIntN(offset, t.Size(), 1, 0b0)
abi.go#L212: return a.assignFloatN(offset, t.Size(), 1)
abi.go#L425: spill += arg.Size()
map_swiss.go#L76: mt.GroupSize = mt.Group.Size()
map_swiss.go#L159: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.SwissMapMaxElemBytes {
map_swiss.go#L413: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.SwissMapMaxElemBytes {
swapper.go#L36: size := typ.Size()
type.go#L586: func (t *rtype) Size() uintptr { return t.t.Size() }
type.go#L2679: esize := etyp.Size()
value.go#L112: if v.typ().Size() != goarch.PtrSize || !v.typ().Pointers() {
value.go#L472: if frametype.Size() != 0 {
value.go#L481: frameSize := frametype.Size()
value.go#L581: call(frametype, fn, stackArgs, uint32(frametype.Size()), uint32(abid.retOffset), uint32(frameSize), ®Args)
value.go#L606: if tv.Size() == 0 {
value.go#L710: if typ.Size() == 0 {
value.go#L723: if typ.Size() > 0 {
value.go#L785: if typ.Size() == 0 {
value.go#L1086: methodFrameSize := methodFrameType.Size()
value.go#L1098: call(methodFrameType, methodFn, methodFrame, uint32(methodFrameType.Size()), uint32(methodABI.retOffset), uint32(methodFrameSize), &methodRegs)
value.go#L1112: if retSize := methodFrameType.Size() - methodABI.retOffset; retSize > 0 {
value.go#L1391: offset := uintptr(i) * typ.Size()
value.go#L1411: val := arrayAt(s.Data, i, typ.Size(), "i < s.Len")
value.go#L1657: if typ.Equal != nil && typ.Size() <= abi.ZeroValSize {
value.go#L1666: return isZero(unsafe.Slice(((*byte)(v.ptr)), typ.Size()))
value.go#L1688: if typ.Equal != nil && typ.Size() <= abi.ZeroValSize {
value.go#L1695: return isZero(unsafe.Slice(((*byte)(v.ptr)), typ.Size()))
value.go#L1973: bitSize := v.typ().Size() * 8
value.go#L1986: bitSize := v.typ_.Size() * 8 // ok to use v.typ_ directly as Size doesn't escape
value.go#L2346: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < cap")
value.go#L2398: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < k <= cap")
value.go#L3070: if t.Size() <= abi.ZeroValSize {
value.go#L3401: switch typ.Size() {
value.go#L3419: switch typ.Size() {
value.go#L3441: switch typ.Size() {
runtime
tracetype.go#L69: w.varint(uint64(typ.Size()))
unique
clone.go#L85: offset += etyp.Size()
handle.go#L36: if typ.Size() == 0 {